An armor that allows you to keep running at your top speed.
While it might look like a normal running shirt it has the durability of a piece of armor.
VIT + 1. Recovery HP + 5%.
Increases the effectiveness of your heal and potion pitcher by 3%.
Класс : Armor
Защита : 3
Вес : 100
Необходимый Lv. : 70
Доступно для : Lord Knight, High Priest, High Wizard, Whitesmith, Sniper, Assasin Cross, Paladin, Champion, Professor, Stalker, Creator, Clown / Gypsy
Улучшается : Да
Доп. информация:
ID : 2387
Цена у NPC : 10
Script :
{ bonus bVit,1; bonus bHPrecovRate,5; bonus bAddItemHealRate,3; bonus2 bSkillHeal,"AL_HEAL",3; if( isequipped(2440,2744) ) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bCastrate,-3; bonus bDelayrate,-15; } }
{
...bonus bVit,1;
...bonus bHPrecovRate,5;
...bonus bAddItemHealRate,3;
...bonus2 bSkillHeal,"AL_HEAL",3;
...if( isequipped(2440,2744) ) {
......bonus bMaxHPrate,7;
......bonus bMaxSPrate,7;
......bonus bCastrate,-3;
......bonus bDelayrate,-15;
...}
}